home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / prolog / diffs / diff_1_7.1 next >
Encoding:
Text File  |  1993-07-06  |  2.3 KB  |  102 lines

  1. diff -c -r -N pl/STAMP pl/STAMP
  2. *** pl/STAMP    Mon Jul  5 11:28:59 1993
  3. --- pl/STAMP    Tue Jul  6 10:56:13 1993
  4. ***************
  5. *** 1 ****
  6. ! Mon Jul 5 11:27:40 MET DST 1993
  7. --- 1 ----
  8. ! Tue Jul 6 10:54:55 MET DST 1993
  9. diff -c -r -N pl/VERSION pl/VERSION
  10. *** pl/VERSION    Mon Jun 28 15:08:08 1993
  11. --- pl/VERSION    Tue Jul  6 10:53:27 1993
  12. ***************
  13. *** 1 ****
  14. ! 1.7.0
  15. --- 1 ----
  16. ! 1.7.1
  17. diff -c -r -N pl/src/pl-itf.h pl/src/pl-itf.h
  18. *** pl/src/pl-itf.h    Mon Jun 28 15:09:00 1993
  19. --- pl/src/pl-itf.h    Tue Jul  6 10:53:49 1993
  20. ***************
  21. *** 1,4 ****
  22. ! /*  pl-itf.h,v 1.26 1993/06/28 13:09:00 jan Exp
  23.   
  24.       Copyright (c) 1990 Jan Wielemaker. All rights reserved.
  25.       See ../LICENCE to find out about your rights.
  26. --- 1,4 ----
  27. ! /*  pl-itf.h,v 1.27 1993/07/06 08:53:49 jan Exp
  28.   
  29.       Copyright (c) 1990 Jan Wielemaker. All rights reserved.
  30.       See ../LICENCE to find out about your rights.
  31. ***************
  32. *** 11,17 ****
  33.   #define PL_INCLUDED
  34.   
  35.   #ifndef PLVERSION
  36. ! #define PLVERSION "1.7.0 June 1993"
  37.   #endif
  38.   
  39.   #ifndef P
  40. --- 11,17 ----
  41.   #define PL_INCLUDED
  42.   
  43.   #ifndef PLVERSION
  44. ! #define PLVERSION "1.7.1 July 1993"
  45.   #endif
  46.   
  47.   #ifndef P
  48. diff -c -r -N pl/src/pl-main.c pl/src/pl-main.c
  49. *** pl/src/pl-main.c    Wed Apr 28 17:25:26 1993
  50. --- pl/src/pl-main.c    Tue Jul  6 10:51:50 1993
  51. ***************
  52. *** 1,4 ****
  53. ! /*  pl-main.c,v 1.14 1993/04/28 15:25:26 jan Exp
  54.   
  55.       Copyright (c) 1990 Jan Wielemaker. All rights reserved.
  56.       See ../LICENCE to find out about your rights.
  57. --- 1,4 ----
  58. ! /*  pl-main.c,v 1.15 1993/07/06 08:51:50 jan Exp
  59.   
  60.       Copyright (c) 1990 Jan Wielemaker. All rights reserved.
  61.       See ../LICENCE to find out about your rights.
  62. ***************
  63. *** 113,118 ****
  64. --- 113,122 ----
  65.     mainArgc            = argc;
  66.     mainArgv            = argv;
  67.     mainEnv            = env;
  68. + #if O_MALLOC_DEBUG
  69. +   malloc_debug(O_MALLOC_DEBUG);
  70. + #endif
  71.   
  72.    /* status.debugLevel = 9; */
  73.   
  74. diff -c -r -N pl/src/pl-os.c pl/src/pl-os.c
  75. *** pl/src/pl-os.c    Mon Jul  5 11:19:23 1993
  76. --- pl/src/pl-os.c    Tue Jul  6 10:51:51 1993
  77. ***************
  78. *** 1599,1608 ****
  79.         }
  80.       }
  81.   
  82. !     if ( *line )
  83. !     { c = *line++;
  84.       } else
  85. !     { free(line);
  86.         line = NULL;
  87.         c = '\n';
  88.       }
  89. --- 1599,1609 ----
  90.         }
  91.       }
  92.   
  93. !     if ( *line_p )
  94. !     { c = *line_p++;
  95.       } else
  96. !     { if ( line )
  97. !     free(line);
  98.         line = NULL;
  99.         c = '\n';
  100.       }
  101.